home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / frexxedv10.lha / fpl / MacroIO.FPL.README < prev    next >
Encoding:
Text File  |  1994-09-25  |  652 b   |  25 lines

  1. ############################################
  2. File: MacroIO.FPL
  3. Author: Kjell Ericson
  4. Email: FidoNet 2:201/328
  5. Short description: Save and load defined macros.
  6. Version: 1.2
  7. Date: 25.9.94
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: menu
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   SaveMacro() will let you choose a macro to save.  SaveMacro() adds a initial
  17. string at the top of the macro, that will be examined by LoadMacro().  This 
  18. string contains the hotkey for the macro.
  19.  
  20.   The functions can be reached from the menu (defined in Menu.FPL) where the 
  21. string: 'ExecuteFile("MacroIO.FPL", "SaveMacro();");' is defined.
  22.  
  23.  
  24.  
  25.